projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1681d4a
)
meson: Silence the introspection scanner
author
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 5 May 2017 10:16:06 +0000
(11:16 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 5 May 2017 10:17:02 +0000
(11:17 +0100)
We want the warnings, but not every single message.
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index b278ff6026358c97a6515316392839fe597519d0..656d115cd8163630222be4fc8baa22eac323ce00 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-904,6
+904,7
@@
libgtk_dep = declare_dependency(sources: [gtkversion, gtktypebuiltins_h],
if not meson.is_cross_build()
gir_args = [
'--c-include=gtk/gtk.h',
+ '--quiet',
]
gdk_gir = gnome.generate_gir(libgtk,
@@
-932,6
+933,7
@@
if not meson.is_cross_build()
install: true,
dependencies: gdk_gir_dep,
extra_args: [
+ '--quiet',
'--c-include=gdk/gdkx.h',
'--include-uninstalled=./gtk/Gdk-4.0.gir',
'-DGDK_COMPILATION',